SG Window | Globals Object |
Sleep Method |
Properties Methods Events Constants Error Codes |
Suspends execution of the running thread for the specified number of milliseconds.
object.Sleep(milliseconds As Long, Optional doEvents as Boolean)
Part | Description |
object | The object is expression that evaluates to the Globals object. |
milliseconds | Required. Number of milliseconds to wait. Values equal to or less than zero are not valid. |
doEvents | Optional. If True events are dispetched during sleep time. Default value is False. |